home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bbsee22x.zip / BBC2PCB.DOC < prev    next >
Text File  |  1992-07-18  |  911b  |  28 lines

  1. BBC2PCB.EXE
  2.  
  3. BBC2PCB is a utility to dump a BBSee master description database out to
  4. an ASCII output file using the PCBoard file format.  The PCBoard
  5. continuation character is added to secondary description lines.
  6.  
  7. The syntax of this program is
  8.  
  9. BBC2PCB filename [-c]
  10.  
  11. -  Filename is a DOS filename.
  12. -  While BBC2PCB is running any keystroke will interrupt the operation.
  13. -  The BBSEE.CFG must be situated in the current default DOS directory
  14.    for BBC2PCB to run.
  15. -  The -c option provides the capability of outputing the PCBoard
  16.    continuation character, '|', on subsequent lines of a listing.
  17.  
  18. Error return codes
  19.  
  20. 1-3 Problems in the BBSEE.CFG file
  21. 5   The requested Filename could not be opened
  22. 6   Disk error occurred during write of the file (disk full?)
  23. 7   Master database could not be opened
  24. 8   Database index could not be opened.
  25. 9   Operation interrupted by keystroke
  26.  
  27.  
  28.